'Declaration Public Overloads Function Append( _ ByVal codePoints() As System.Integer, _ ByVal startIndex As System.Integer, _ ByVal count As System.Integer, _ ByVal format As TextFormat _ ) As TextRun
public TextRun Append( System.int[] codePoints, System.int startIndex, System.int count, TextFormat format )
Parameters
- codePoints
- An array of UTF-32 characters (code points).
- startIndex
- Index of the first code point in the subrange.
- count
- Number of code points in the subrange.
- format
- The text format to use.
Return Value
The created text run.